Change argument types in help to match reality.
authorrobertl <robertl>
Mon, 31 Oct 2005 21:48:06 +0000 (21:48 +0000)
committerrobertl <robertl>
Mon, 31 Oct 2005 21:48:06 +0000 (21:48 +0000)
kml.c

diff --git a/kml.c b/kml.c
index bce4b5c00f8f7fa9b7f21656c21045770db36db7..4bf1c992823b7c7875470b9d4a7d57df56cb76e2 100644 (file)
--- a/kml.c
+++ b/kml.c
@@ -60,10 +60,10 @@ arglist_t kml_args[] = {
          "1", ARGTYPE_BOOL },
        {"line_width", &opt_line_width, 
          "Width of lines, in pixels",
-         "6", ARGTYPE_BOOL },
+         "6", ARGTYPE_INT },
        {"line_color", &opt_line_color, 
          "Line color, specified in hex AABBGGRR",
-         "64eeee17", ARGTYPE_BOOL },
+         "64eeee17", ARGTYPE_STRING },
        {"floating", &opt_floating, 
         "Altitudes are absolute and not clamped to ground", 
         "0", ARGTYPE_BOOL },